projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4bd41f5
)
(eval-last-sexp): Doc fix.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 23 Jun 2001 19:36:23 +0000
(19:36 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 23 Jun 2001 19:36:23 +0000
(19:36 +0000)
lisp/emacs-lisp/lisp-mode.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/lisp-mode.el
b/lisp/emacs-lisp/lisp-mode.el
index a48b7de692980b2e2b3ddbdcce02631da688db21..1992214ccf430d5ee92fc7c077c63e3b04de3944 100644
(file)
--- a/
lisp/emacs-lisp/lisp-mode.el
+++ b/
lisp/emacs-lisp/lisp-mode.el
@@
-377,7
+377,7
@@
With argument, print output into current buffer."
(defun eval-last-sexp (eval-last-sexp-arg-internal)
"Evaluate sexp before point; print value in minibuffer.
-
With
argument, print output into current buffer."
+
Interactively, with prefix
argument, print output into current buffer."
(interactive "P")
(if (null eval-expression-debug-on-error)
(eval-last-sexp-1 eval-last-sexp-arg-internal)